home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / check_all < prev    next >
Text File  |  1995-06-12  |  857b  |  62 lines

  1. #! /bin/csh
  2.  
  3. foreach myfile (    \
  4.         AbstractConverter.h    \
  5.         AbstractConverter.m    \
  6.         \
  7.         Convert.msg            \
  8.         \
  9.         ConvertController.h    \
  10.         ConvertController.m    \
  11.         \
  12.         File.h    \
  13.         File.m    \
  14.         File.rtf    \
  15.         \
  16.         MacToNeXTText.h    \
  17.         MacToNeXTText.m    \
  18.         MacToNeXTText.rtf    \
  19.         \
  20.         NeXTToMacText.h    \
  21.         NeXTToMacText.m    \
  22.         NeXTToMacText.rtf    \
  23.         \
  24.         PSFile.h        \
  25.         PSFile.m        \
  26.         PSFile.rtf    \
  27.         \
  28.         ProgressInd.psw        \
  29.         ProgressIndicator.h    \
  30.         ProgressIndicator.m    \
  31.         \
  32.         ResultObject.h    \
  33.         ResultObject.m    \
  34.         ResultObject.rtf    \
  35.         \
  36.         TextConverter.h    \
  37.         TextConverter.m    \
  38.         TextConverter.rtf    \
  39.         \
  40.         TextFile.h    \
  41.         TextFile.m    \
  42.         \
  43.         common.c    \
  44.         common.h    \
  45.         \
  46.         testMac2NeXT.m        \
  47.         testNeXT2Mac.m        \
  48.         testText.README    \
  49.         testText.makefile        \
  50.         \
  51.         getout        \
  52.         check_all    \
  53.         checkin        \
  54.         checkout        \
  55.     )
  56.     echo "    Checking in $myfile"
  57.     ci -l -f  -m"`date`" "$myfile"
  58. end
  59.  
  60. wait
  61.  
  62.